html {
  font-size: calc(100vw / 48);
}
body {
  font-size: 0.4rem;
  line-height: 0.75rem;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  transition: all 0.3s;
}
.mt10 {
  margin-top: 0.25rem;
}
.mt20 {
  margin-top: 0.5rem;
}
.mt30 {
  margin-top: 0.75rem;
}
.m20 {
  margin: 0.5rem 0;
}
.p5 {
  padding: 0.125rem;
}
.p10 {
  padding: 0.25rem;
}
.p20 {
  padding: 0.5rem;
}
.p30 {
  padding: 0.75rem;
}
.p40 {
  padding: 1rem;
}
.pt10 {
  padding: 0.25rem 0;
}
.pt20 {
  padding: 0.5rem 0;
}
.clear {
  clear: both;
}
.dis {
  display: none;
}
.text-center {
  text-align: center;
}
.text-hide {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  background: #fff;
}
i,
em {
  font-style: normal;
}
::-webkit-input-placeholder {
  color: #999;
  font-family: microsoft yahei;
  font-size: 0.35rem;
}
:-moz-placeholder {
  color: #999;
  font-family: microsoft yahei;
  font-size: 0.35rem;
}
::-moz-placeholder {
  color: #999;
  font-family: microsoft yahei;
  font-size: 0.35rem;
}
:-ms-input-placeholder {
  color: #999;
  font-family: microsoft yahei;
  font-size: 0.35rem;
}

.notsupport {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
  clear: both;
  color: #fff;
  background: #0072c6;
}
.notsupport h1 {
  font-size: 2.5rem;
  margin-top: 5rem;
  margin-bottom: 0.75rem;
}
.notsupport h2 {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.top {
  height: 0.75rem;
  background-color: #f8f8f8;
  width: 100%;
}
.top .user {
  float: right;
}
.top .user a {
  float: left;
  line-height: 0.75rem;
  font-size: 0.35rem;
  color: #999;
  margin: 0 0.2rem;
}

.bg_header {
  background: #030408;
  height: 1.75rem;
}
.bg_gray {
  background: #fafafa;
  padding: 0.5rem 0 1rem 0;
}
.width {
  margin: 0 3.8rem;
}

.header {
  background: #fff;
  min-height: 2.75rem;
}
.header .fr {
  min-height: 2.75rem;
  padding: 0.75rem 0 0 1.5rem;
}
.header .fr span {
  margin: 0;
  padding: 0 0 0 1rem;
  float: left;
}
.header .fr span a {
  font-size: 0.45rem;
  color: #2a95e5;
  display: block;
  float: none;
  margin: 0;
}
.header .fr .tel {
  font-size: 0.6rem;
  padding-left: 1.25rem;
  color: #1184da;
  font-weight: bold;
  background: url(../img/tel.png) no-repeat;
}

.bg_nav {
  background: #fff;
}
.bg_nav .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web_logo {
  height: 2.65rem;
  display: flex;
  align-items: center;
}
.web_logo a {
  display: block;
}
.web_logo img {
  height: 2rem;
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.nav li {
  display: inline-block;
  padding: 0;
  position: relative;
  width: 3.5rem;
}
.nav li a {
  display: block;
  line-height: 2.65rem;
  color: #000;
  font-size: 0.45rem;
  text-align: center;
  overflow: hidden;
}
.nav li a:hover {
  background: #046cc4;
  color: #fff;
}
.nav .hover a {
  background: #046cc4;
  color: #fff;
}
.nav li .subnav {
  position: absolute;
  background: #fff;
  padding: 0.25rem 0 0 0;
  border: 0.025rem solid #f3f3f3;
  border-top: 0.05rem solid #2a95e5;
  border-bottom: 0; /*border-radius:.25rem .25rem 0 0;*/
  line-height: 1rem;
  left: -0.7rem;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  transform: translate3d(0, 0.25rem, 0);
  margin-top: 0.4rem;
}
.nav li .subnav:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid #2a95e5;
  position: absolute;
  top: -0.3rem;
  right: 45%;
}
.nav li .subnav li {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  min-width: 5rem;
}
.nav li .subnav li a {
  color: #333;
  white-space: nowrap;
  border-radius: 0;
  padding: 0.25rem 0.75rem;
  border-bottom: 0.025rem solid #f3f3f3;
  font-size: 0.35rem;
  line-height: 1rem;
}
.nav li .subnav li a:hover {
  color: #fff;
}
.nav li:hover a {
  background: #2a95e5;
}
.nav li:hover .subnav {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav li:hover .subnav a {
  background: #fff;
  color: #333;
  font-size: 0.35rem;
}
.nav li:hover .subnav a:hover {
  background: #2a95e5;
  color: #fff;
}
.nav li .subnav li .subnav2 {
  position: absolute;
  background: #fff;
  border: 0.025rem solid #f3f3f3;
  border-bottom: 0;
  right: -5.05rem;
  top: -0.425rem;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.nav li .subnav li:hover .subnav2 {
  opacity: 1;
  visibility: visible;
}

.banner {
  position: relative;
}
.banner .box_skitter {
  width: 100%;
  z-index: 2;
}
.bg_inner {
  background-size: cover !important;
  height: 8rem;
  padding: 0;
  position: relative;
}
.banner_inner {
  width: 100%;
  margin: 0rem auto;
  text-align: center;
  line-height: 0.6rem;
}
.banner_inner .con {
  position: absolute;
  width: 10rem;
  min-height: 1.1rem;
  max-height: 1.5rem;
  left: 3.8rem;
  top: 40%;
  margin-top: 1.25rem;
  line-height: 0.75rem;
  text-align: left;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  border-left: 0.05rem solid #fff;
  padding-left: 0.45rem;
}
.banner_inner .con span {
  font-size: 0.35rem;
  font-weight: normal;
  display: block;
  line-height: 1rem;
}

.arctype_id_1 {
  background: url(../img/cate_bg_about.jpg) center center no-repeat;
}
.arctype_id_2 {
  background: url(../img/cate_bg_news.jpg) center center no-repeat;
}
.arctype_id_3 {
  background: url(../img/cate_bg_product.jpg) center center no-repeat;
}
.arctype_id_4 {
  background: url(../img/cate_bg_case.jpg) center center no-repeat;
}
.arctype_id_5 {
  background: url(../img/cate_bg_down.jpg) center center no-repeat;
}
.arctype_id_23 {
  background: url(../img/cate_bg_talent.jpg) center center no-repeat;
}
.arctype_id_54 {
  background: url(../img/cate_bg_contact.jpg) center center no-repeat;
}
.arctype_id_search {
  background: url(../img/cate_bg_search.jpg) center center no-repeat;
}
.arctype_id_tag {
  background: url(../img/cate_bg_tag.jpg) center center no-repeat;
}

.subject {
  border-bottom: 0.025rem solid #eaeaea;
}
.subject b {
  border-bottom: 0.025rem solid #156eb8;
  height: 1rem;
  line-height: 1rem;
  display: inline-block;
  margin-bottom: -0.025rem;
  font-weight: normal;
  color: #3b3b3b;
  font-size: 0.45rem;
  font-family: microsoft yahei;
}
.subject .more {
  float: right;
}
.more a {
  font-size: 0.35rem;
  color: #999;
}
.more a:hover {
  color: #f99f2e;
}

.home_title {
  width: 100%;
}
.home_title .border {
  color: #000000;
  font-size: 0.4rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.home_title .border::before {
  content: '';
  display: block;
  width: 2rem;
  height: 0.025rem;
  background: #000000;
  content: '';
  margin-bottom: 0.5rem;
}
.home_title h2 {
  font-size: 0.85rem;
  font-weight: bold;
  color: #000;
  display: block;
}

.home_title p {
  font-size: 0.35rem;
  color: #999;
  background: #fafafa;
  display: inline-block;
  padding: 0 0.25rem;
  margin: 0;
  font-weight: 400;
}

.home_more {
  width: 27rem;
  margin: 0.5rem auto;
  text-align: center;
  font-size: 0.35rem;
  line-height: 0.6rem;
}
span.more {
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 0.25rem;
}
span.more a {
  display: block;
  padding: 0.125rem 0.45rem;
  color: #2384d5;
  margin: 0 0.05rem;
  border-radius: 0.05rem;
  border: 0.025rem solid #2384d5;
  line-height: 0.65rem;
}
span.more a:hover {
  background: #2384d5;
  color: #fff;
  border: 0.025rem solid #2384d5;
}
span.more a .fa {
  padding-left: 0.25rem;
}

.bg_white .border {
  border-color: #f3f3f3;
}
.bg_white .home_title h2,
.bg_white .home_title p {
  background: #fff;
}

.home_about {
  background: linear-gradient(to top, #f8f8f8 40%, #fff 40%);
  clear: both;
  padding: 1.925rem 0;
  overflow: hidden;
}
.home_about .left {
  float: right;
  width: 50%;
}
.home_about .left img {
  width: 100%;
}
.home_about .left video {
  background: #000;
}
.home_about .right {
  float: left;
  width: 50%;
  line-height: 0.75rem;
  font-size: 0.35rem;
}
.home_about .right .aboutinfo {
  font-size: 0.35rem;
  line-height: 0.8rem;
  margin: 1rem 0 0.25rem 0;
  color: 000#777;
  text-align: justify;
}
.home_about .right a.btn-about {
  padding: 0.25rem 0.5rem;
}
.home_about .right .home_about_info {
  width: 80%;
  margin: 0 0 0 4%;
}
.home_about .right .home_about_info .home_titles div {
  font-size: 1.175rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.home_about .right .home_about_info .home_titles h2 {
  font-size: 0.55rem;
  color: #989799;
}
.home_about .right .home_about_info ul {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
.home_about .right .home_about_info ul li {
  margin-right: 2rem;
  text-align: center;
}
.home_about .right .home_about_info ul li img {
  height: 1.15rem;
}
.home_about .right .home_about_info ul li p {
  font-size: 0.35rem;
  color: #989799;
}
.home_about .right .home_about_info a.more {
  display: block;
  width: 4.65rem;
  line-height: 1.65rem;
  background: #046cc4;
  border: 0.025rem #046cc4 solid;
  color: #fff;
  font-size: 0.45rem;
  margin-top: 1rem;
  border-radius: 1.65rem;
  text-align: center;
}
.home_about .right .home_about_info a.more:hover {
  color: #046cc4;
  background: #fff;
}

.home_product {
  background: linear-gradient(to top, #f8f8f8 70%, #fff 30%);
  padding: 2rem 0;
}
.home_product .home_product_main {
  margin-left: 3.8rem;
}
.home_product .home_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_product .home_title a.more {
  display: block;
  width: 4.25rem;
  line-height: 1.5rem;
  background: #fff;
  border: 0.025rem #000 solid;
  color: #000;
  font-size: 0.45rem;
  text-align: center;
}
.home_product .home_title a.more:hover {
  background: #046cc4;
  border-color: #046cc4;
  color: #fff;
}
.home_product-list {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  overflow: hidden;
}
.home_product-list_one {
  width: 36%;
  height: 11.8rem;
  overflow: hidden;
}
.home_product-list_one .pro_num {
  width: 100%;
  height: 100%;
}
.home_product-list_one .pro_num h2 {
  font-size: 5.55rem;
  line-height: 5.55rem;
  color: #e2e2e2;
  font-size: bold;
  position: relative;
  margin-top: -0.2rem;
}
.home_product-list_one .pro_num h2 span {
  font-size: 0.55rem;
  color: #000;
  position: absolute;
  top: 45%;
  left: 10%;
  right: 0;
  line-height: 0.6rem;
}
.home_product-list_one .pro_num p.shiyong {
  color: #333;
  font-size: 0.45rem;
  width: 90%;
  height: 3rem;
  overflow:hidden;
}
.home_product-list_one .pro_num ul {
  display: flex;
  align-items: center;
}
.home_product-list_one .pro_num ul li {
  flex: 0 0 20%;
  text-align: center;
}
.home_product-list_one .pro_num ul li span img {
  height: 1.15rem;
}
.home_product-list_one .pro_num ul li p {
  font-size: 0.45rem;
  color: #000;
}
.home_product-list_one .pro_num a.more {
  display: block;
  width: 4.65rem;
  line-height: 1.65rem;
  background: #046cc4;
  border: 0.025rem #046cc4 solid;
  color: #fff;
  font-size: 0.45rem;
  border-radius: 1.65rem;
  text-align: center;
  margin-top: 0.4rem;
}
.home_product-list_one .pro_num a.more:hover {
  color: #046cc4;
  background: #fff;
}
.home_product-list_two,
.home_product-list_three {
  width: 32%;
  height: 11.8rem;
  overflow: hidden;
}
.home_product-list_two img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.home_product-list_three {
  background: url(../images/bg3.png) top center no-repeat;
  background-size: cover;
  padding: 1.75rem;
}
.home_product-list_three h4 {
  font-size: 0.55rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.home_product-list_three div {
  margin-top: 0.2rem;
  padding: 0.275rem;
  border: 0.025rem #fff solid transparent;
  font-weight: bold;
}
.home_product-list_three div:hover,
.home_product-list_three div.hover {
  background: rgba(255, 255, 255, 0.09);
  border: 0.025rem #fff solid;
}
.home_product-list_three a {
  font-size: 0.4rem;
  color: #fff;
  display: block;
  font-weight: bold;
}
.home_product-list_three p {
  font-size: 0.35rem;
  color: #fff;
}

.home_nav {
  text-align: center;
}
.home_nav ul {
  margin: 0.625rem auto;
}
.home_nav ul li {
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 0.25rem;
}
.home_nav ul li a {
  display: block;
  padding: 0.45rem 1.5rem;
  color: #333;
  font-size: 0.5rem;
  background: #fff;
  margin: 0 0.05rem;
  border-radius: 0.05rem;
  border: 0.025rem solid #e7e7e7;
}
.home_nav ul .hover a,
.home_nav ul li a:hover {
  color: #fff;
  background: #2384d5;
}

.home_nav ul li dl {
  display: none;
  background: #2384d5;
  padding: 0.05rem 0;
  margin: 0.4rem 0 0 1%;
  z-index: 999;
  width: 98%;
}
.home_nav ul .hover dl {
  display: none;
  text-align: left;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.home_nav ul .hover dl dt a {
  display: block;
  font-weight: normal;
  color: #fff;
  background: #2384d5;
  min-width: 5rem;
  border: 0;
  padding: 0.4rem 0;
  margin: 0;
  text-align: center;
}
.home_nav ul .hover dl dt a:hover {
  background: #fff;
  color: #333;
  border: 0;
}
.nav li.toptel {
  margin-left: 1.5rem;
}
.nav li.toptel a {
  font-size: 0.55rem;
  color: #327ab9;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.nav li.toptel {
  width: auto;
}

.nav li.toptel a i {
  margin-right: 0.25rem;
}
.nav li.toptel:hover a {
  background: none;
}

.home_pro {
  width: 100%;
  margin-top: 1rem;
  clear: both;
  overflow: hidden;
}
.home_pro ul li {
  width: 24%;
  margin: 0 1% 1% 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.home_pro ul li a {
  border: 0.025rem solid #ededed;
  display: block;
  background: #fff;
}
.home_pro ul li a div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 6.975rem;
  text-align: center;
}
.home_pro ul li a div img {
  width: 100%;
  border: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.home_pro ul li:hover {
  box-shadow: 0rem 0.025rem 0.25rem rgba(0, 0, 0, 0.1);
}
.home_pro ul li a:hover div img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.home_pro ul li a p {
  background: #046cc4;
  text-align: center;
  font-size: 0.45rem;
  color: #fff;
  margin: 0;
  line-height: 1.575rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(2rem);
  transition: all 0.3s;
}
.home_pro ul li a:hover p {
  transform: translateY(0);
}
.home_pro ul li a .price {
  min-height: 1rem;
  color: #f60;
  font-family: Lucida Grande, Arial, 微软雅黑, 宋体;
  font-weight: 400;
  padding: 0 0.25rem 0.25rem 0.25rem;
}
.home_pro ul li a .price span {
  float: right;
  font-weight: normal;
  color: #999;
}

.home_adv {
  background: url(../images/bg2.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2.5rem 0;
  overflow: hidden;
}
.home_adv .home_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_adv .home_title a.more {
  display: block;
  width: 4.25rem;
  line-height: 1.5rem;
  background: transparent;
  border: 0.025rem #fff solid;
  color: #fff;
  font-size: 0.45rem;
  text-align: center;
}
.home_adv .home_title a.more:hover {
  background: #046cc4;
  border-color: #046cc4;
  color: #fff;
}
.home_adv .home_title * {
  color: #fff;
}
.home_adv .home_title .border::before {
  background: #fff;
}
.home_adv .home_adv-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 2rem;
}
.home_adv .home_adv-list .adv-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home_adv .home_adv-list .adv-box .adv-box__left {
  width: 14rem;
  height: 11.4rem;
  background: #0663b2;
  padding: 1rem;
  text-align: left;
}
.home_adv .home_adv-list .adv-box .adv-box__left span {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 0.6rem;
}
.home_adv .home_adv-list .adv-box .adv-box__left h2 {
  font-size: 0.5rem;
  color: #fff;
  display: block;
  padding-top: 0.875rem;
  border-top: 1px #fff solid;
}
.home_adv .home_adv-list .adv-box .adv-box__left p {
  font-size: 0.4rem;
  line-height: 0.65rem;
  color: #fff;
  display: block;
  text-align: justify;
}
.home_adv .home_adv-list .adv-box .adv-box__left a {
  display: block;
  width: 4.65rem;
  line-height: 1.65rem;
  background: #0663b2;
  border: 0.025rem #fff solid;
  color: #fff;
  font-size: 0.45rem;
  margin-top: 1rem;
  border-radius: 1.65rem;
  text-align: center;
}
.home_adv .home_adv-list .adv-box .adv-box__right {
  margin-top: 2rem;
  width: 15.625rem;
  height: 10.175rem;
}
.home_adv .home_adv-list .adv-box .adv-box__right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_adv .home_adv-list .adv-list__box {
  transition: all 0.3s;
  flex: 0 0 16%;
  padding: 1.25rem 0 0.8rem;
  border: 0.025rem rgba(0, 0, 0, 0) solid;
}
.home_adv .home_adv-list .adv-list__box:hover {
  border: 0.025rem #f4f5f5 solid;
  background: rgba(255, 255, 255, 0.08);
}
.home_adv .home_adv-list .adv-list__box img {
  height: 1.1rem;
}
.home_adv .home_adv-list .adv-list__box h2 {
  font-size: 0.5rem;
  margin-top: 0.85rem;
}
.home_adv .home_adv-list .adv-list__box p {
  font-size: 0.35rem;
  width: 90%;
  line-height: 0.6rem;
  margin: 1rem auto;
}
.swiper-adv-next,
.swiper-adv-prev {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px #fff solid;
  margin-top: 0.6rem;
}
.swiper-adv-next::after,
.swiper-adv-prev::after {
  font-size: 0.6rem;
  font-weight: bold;
}
.swiper-adv-prev {
  left: 56%;
}
.swiper-adv-next {
  right: 33%;
}

.home_case {
  width: 100%;
  padding: 1.5rem 0;
  overflow: hidden;
}
.home_case .home_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_case .home_title a.more {
  display: block;
  width: 4.25rem;
  line-height: 1.5rem;
  background: transparent;
  border: 0.025rem #000 solid;
  color: #000;
  font-size: 0.45rem;
  text-align: center;
}
.home_case .home_title a.more:hover {
  background: #046cc4;
  border-color: #046cc4;
  color: #fff;
}

.home_news {
  padding: 1.5rem 0;
  background: url(../images/bg3.jpg) bottom center no-repeat;
}
.home_news .home_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_news .home_title a.more {
  display: block;
  width: 4.25rem;
  line-height: 1.5rem;
  background: transparent;
  border: 0.025rem #000 solid;
  color: #000;
  font-size: 0.45rem;
  text-align: center;
}
.home_news .home_title a.more:hover {
  background: #046cc4;
  border-color: #046cc4;
  color: #fff;
}
.home_news_list {
}
.home_news_list li {
  overflow: hidden;
  float: left;
  width: 32.33333%;
  padding: 1rem;
  margin-right: 1%;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px #fff solid;
}
.home_news_list li .img {
  height: 6.25rem;
  overflow: hidden;
}
.home_news_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_news_list li .txt {
  color: #666666;
  font-size: 0.4rem;
  line-height: 0.55rem;
}
.home_news_list li .txt a {
  display: block;
  line-height: 0.75rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.4rem;
}
.home_news_list li .txt p {
  font-size: 0.4rem;
  line-height: 0.65rem;
  color: #666666;
}
.home_news_list li .txt a i {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-radius: 50%;
  color: #666666;
  border: 1px #666 solid;
  text-align: center;
  line-height: 1.2rem;
  font-weight: normal;
}
.home_news_list li:hover {
  border: 1px #0663b2 solid;
  transition: all 0.3s;
}
.home_news_list li:hover .txt a {
  color: #0663b2;
}
.home_news_list li:hover .txt a i {
  border-color: #0663b2;
  color: #0663b2;
}

.news_list {
}
.news_list li {
  border-bottom: 0.025rem solid #e6e6e6;
  overflow: hidden;
  padding: 0.3rem 0 0.3rem 0;
}

.news_list li div {
  color: #666666;
  font-size: 0.4rem;
  margin-left: 2.375rem;
  line-height: 0.55rem;
}
.news_list li div a {
  display: block;
  font-size: 0.45rem;
  color: #333;
  margin-bottom: 0.125rem;
}
.news_list li div a:hover {
  color: #f30;
}

.dow_list {
}
.dow_list li {
  border-bottom: 0.025rem solid #e6e6e6;
  overflow: hidden;
  padding: 0.3rem 0 0.3rem 0;
}
.dow_list li .img {
  float: left;
  width: 3.1rem;
  height: 2.2rem;
  border: 0.025rem solid #e9e9e9;
  overflow: hidden;
  background: url(../img/noImges.png);
}
.dow_list li .img img {
  width: 3.175rem;
  height: 2.2rem;
}
.dow_list li .txt {
  color: #999;
  font-size: 0.3rem;
  margin-left: 3.5rem;
  line-height: 0.55rem;
}
.dow_list li .txt a {
  display: block;
  font-size: 0.45rem;
  color: #333;
  line-height: 0.75rem;
  margin-bottom: 0.125rem;
}
.dow_list li .txt a:hover {
  color: #f30;
}
.dow_list li .txt .property {
  font-size: 0.35rem;
  line-height: 0.65rem;
}
.dow_list li .txt .property span {
  margin-right: 0.5rem;
}

.home_logo {
  margin-bottom: 0.5rem;
}
.home_logo ul {
}
.home_logo ul li {
  float: left;
  width: 10%;
  margin-bottom: 1%;
}
.home_logo ul li img {
  border: 0.025rem solid #eee;
  width: 2.6rem;
  height: 1rem;
}

.bg_link {
  background: #1184da;
}
.link {
  padding: 0.25rem 0;
  color: #fff;
}
.link a {
  color: #bbdffa;
  margin-right: 0.375rem;
}
.link a:hover {
  color: #fff;
}

.bg_footer {
  background: #2d2d35;
}
.footer {
  padding: 0.75rem 0 0 0;
}
.footer .fl {
  float: left;
  padding: 0.5rem 0;
}
.footer .fl h1 {
  color: #fff;
  font-size: 0.5rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.footer .fl h5 {
  font-size: 0.3rem;
  color: #a8cff0;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer .fl form {
  margin-top: 0.625rem;
}
.footer .fl form input[type='text'] {
  border: 0.025rem solid #1184da;
  padding: 0.15rem 0.25rem;
  width: 5rem;
}
.footer .fl form input[type='submit'] {
  border: 0.025rem solid #1184da;
  background: #1184da;
  color: #fff;
  padding: 0.15rem 0.375rem;
}
.footer .fr {
  width: 100%;
  float: left;
  padding: 1rem 0;
}
.footer .fr .left {
  padding: 0 0.5rem 0 1rem;
  float: left;
  width: 17.5%;
  text-align: left;
}
.footer .fr .left:last-child {
  width: 30%;
}
.footer .fr h6 {
  color: #fff;
  font-size: 0.45rem;
  margin: 0 0 0.45rem 0;
  padding: 0;
  font-weight: 400;
}
.footer .fr .left ul {
  margin: 0;
  padding: 0;
}
.footer .fr .left ul li {
  text-align: left;
  font-size: 0.3rem;
  color: #fff;
  font-family: microsoft yahei;
  line-height: 0.8rem;
  font-weight: normal;
}
.footer .fr .left ul li a {
  color: #fff;
  font-size: 0.35rem;
}
.footer .fr .left ul li a:hover {
  color: #ff0;
}

.copyright {
  border-top: 0.025rem solid #4a5060;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  font-size: 0.3rem;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #ff0;
}

.inner_container {
  padding: 0.5rem 0;
}
.inner_container h1 {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.page_show a {
  color: #06c;
}
.page_show a:hover {
  color: #f30;
}

/*标签相关*/
.tags {
}
.tags li {
  display: inline;
  width: auto;
}
.tags li a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  color: #333;
  font-size: 0.35rem;
  background: #fff;
  margin: 0 0.05rem 0.125rem 0;
  border-radius: 0.05rem;
  border: 0.025rem solid #e7e7e7;
}
.tags li a:hover {
  background: #2384d5;
  color: #fff;
  border: 0.025rem solid #2384d5;
}
.tags .hover a {
  display: inline;
  padding: 0.25rem 0.75rem;
  color: #fff;
  font-size: 0.35rem;
  background: #2384d5;
  color: #fff;
  border: 0.025rem solid #2384d5;
  margin: 0 0.05rem;
  border-radius: 0.05rem;
  border-radius: 0;
}

/*筛选相关*/
.filter {
  border: 0.025rem solid #fff;
  padding: 0.15rem 0.5rem;
  margin-top: 0.75rem;
  padding: 0.375rem;
}
.filter dl {
  margin: 0;
}
.filter dl dd {
  float: left;
  width: 1.75rem;
  font-weight: bold;
  font-size: 0.35rem;
  margin: 0;
  padding-top: 0.125rem;
}
.filter dl dt {
  margin: 0 0 0 2rem;
}
.filter dl dt a {
  font-weight: normal;
  margin: 0 0.125rem 0.125rem 0;
  padding: 0.125rem 0.25rem;
  color: #666;
  font-size: 0.35rem;
  display: inline-block;
}
.filter dl dt a:hover {
  background: #3bb4f2;
  color: #fff;
  cursor: pointer;
}
.filter dl dt .hover {
  background: #3bb4f2;
  color: #fff;
}

/*瀑布流布局*/
.piclist {
  width: 100%;
  margin-top: 1rem;
}
.piclist ul {
  width: 100%;
}
.piclist li {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.piclist li a {
  display: block;
  padding: 0.1rem;
  margin-bottom: 0.625rem;
  border: 0.025rem solid #eee;
}
.piclist li a:hover {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.17);
}
.piclist li a img {
  width: 100%;
}
.piclist li a p {
  font-size: 0.35rem;
  padding: 0 0.25rem;
}

/*新闻——图片*/
.list_pic {
  margin: 0.75rem 0 0rem 0;
  width: 100%;
  clear: both;
}
.list_pic ul li {
  width: 24%;
  margin: 0 1% 1% 0;
  float: left;
}
.list_pic ul li a {
  border: 0.025rem solid #ededed;
  padding: 0.1rem;
  display: block;
  background: #fff;
}
.list_pic ul li a div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.list_pic ul li a div img {
  width: 100%;
  border: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.list_pic ul li:hover {
  box-shadow: 0rem 0.025rem 0.25rem rgba(0, 0, 0, 0.1);
}
.list_pic ul li a:hover div img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.list_pic ul li a p {
  text-align: left;
  font-size: 0.35rem;
  color: #333;
  margin: 0;
  padding: 0.25rem;
}
.list_pic ul li a:hover p {
  background: #1160a2;
  color: #fff;
}
.list_pic ul li a .title {
  line-height: 2.5rem;
  text-align: center;
}

/*新闻相关*/
.news_show h1 {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.news_show .info {
  border-left: 0.075rem solid #2384d5;
  background: #f3f3f3;
  margin: 0.375rem 0;
  padding: 0.25rem 0.375rem;
  font-size: 0.35rem;
  color: #666;
}
.news_show .intro a {
  color: #06c;
}
.news_show .intro a:hover {
  color: #f30;
}
.news_show .intro img {
  max-width: 100%;
  height: auto;
}
.news_show .prenext {
  margin-top: 0.75rem;
  text-align: center;
  overflow: hidden;
}
.news_show .prenext p {
  font-weight: bold;
}
.news_show .prenext a {
  display: inline-block;
  margin: 0 0.25rem;
  cursor: pointer;
  background: #fff;
  border-radius: 0.1rem;
  border: 0.025rem solid #ddd;
  padding: 0.15rem 0.5rem;
  min-width: 2.5rem;
}
.news_show .prenext a span {
  font-size: 0.45rem;
  margin-right: 0.25rem;
}
.news_show .prenext a em {
  font-style: normal;
  font-size: 0.45rem;
}
.news_show .prenext a:hover {
  background: #2384d5;
  border-color: #2384d5;
  color: #fff;
}
.news_show .prenext a:hover span {
  color: #fff;
}
.news_show .prenext .pre {
  float: left;
}
.news_show .prenext .next {
  float: right;
}
.news_show .tags {
  font-weight: 500;
}
.news_show .tags a {
  margin-left: 0.375rem;
  display: inline-block;
  border-radius: 0.1rem;
  border: 0.025rem solid #ddd;
  background: #fff;
  padding: 0.1rem 0.25rem;
  font-weight: normal;
  font-size: 0.35rem;
}
.news_show .tags a:hover {
  background: #2384d5;
  color: #fff;
  border-color: #2384d5;
}

.news_show_list {
}
.news_show_list li {
  overflow: hidden;
  padding: 0.3rem 0 0.3rem 0;
  float: left;
  width: 49%;
  margin-right: 1%;
  min-height: 2.25rem;
}
.news_show_list li .date {
  float: left;
  width: 2.15rem;
  height: 2rem;
}
.news_show_list li .date .dateline {
  width: 1.75rem;
  height: 1.35rem;
  display: block;
  background-color: #2384d5;
  text-align: center;
  line-height: 1.35rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}
.news_show_list li .date em {
  display: block;
  text-align: center;
  font-style: normal;
  width: 1.75rem;
  background: #eee;
  color: #888;
  font-size: 0.4rem;
}
.news_show_list li .txt {
  color: #999;
  font-size: 0.3rem;
  margin-left: 2.2rem;
  line-height: 0.55rem;
}
.news_show_list li .txt a {
  display: block;
  line-height: 0.75rem;
  font-size: 0.4rem;
  color: #333;
}
/*下载相关*/

.dow_show .infobox {
  background-color: #f8f8f8;
  padding: 0.75rem;
  overflow: hidden;
}
.dow_show .infobox .img {
  float: left;
  width: 3.1rem;
  height: 2.2rem;
  border: 0.025rem solid #e9e9e9;
  overflow: hidden;
  background: url(../img/noImges.png);
}
.dow_show .infobox .img img {
  width: 3.175rem;
  height: 2.2rem;
}
.dow_show .infobox .txt {
  color: #999;
  font-size: 0.3rem;
  margin-left: 3.5rem;
  line-height: 0.55rem;
}
.dow_show .infobox .txt h2 {
  display: block;
  font-size: 0.75rem;
  color: #333;
  line-height: 1.25rem;
  margin-bottom: 0.125rem;
  font-weight: normal;
}
.dow_show .infobox .txt .property {
  font-size: 0.35rem;
  line-height: 0.65rem;
}
.dow_show .infobox .txt .property span {
  margin-right: 0.5rem;
}

.dow_show .xia {
  margin-top: 0.5rem;
  color: #999;
  background-color: #fff;
  padding: 0.25rem 0.35rem;
}
.dow_show .xia .xiazai a {
  background: url(../img/down.png) left center no-repeat;
  color: #333;
  display: inline-block;
  margin-right: 0.25rem;
  text-align: center;
  font-size: 0.35rem;
  padding: 0.125rem 0 0.125rem 0.5rem;
}
.dow_show .intro a {
  color: #06c;
}
.dow_show .intro a:hover {
  color: #f30;
}
.dow_show .intro img {
  max-width: 100%;
  height: auto;
}
.dow_show .prenext {
  margin-top: 0.75rem;
  text-align: center;
  overflow: hidden;
}
.dow_show .prenext p {
  font-weight: bold;
}
.dow_show .prenext a {
  display: inline-block;
  margin: 0 0.25rem;
  cursor: pointer;
  background: #fff;
  border-radius: 0.1rem;
  border: 0.025rem solid #ddd;
  padding: 0.15rem 0.5rem;
  min-width: 2.5rem;
}
.dow_show .prenext a span {
  font-size: 0.45rem;
  margin-right: 0.25rem;
}
.dow_show .prenext a em {
  font-style: normal;
  font-size: 0.45rem;
}
.dow_show .prenext a:hover {
  background: #2384d5;
  border-color: #2384d5;
  color: #fff;
}
.dow_show .prenext a:hover span {
  color: #fff;
}
.dow_show .prenext .pre {
  float: left;
}
.dow_show .prenext .next {
  float: right;
}
.dow_show .tags {
  font-weight: 500;
}
.dow_show .tags a {
  margin-left: 0.375rem;
  display: inline-block;
  border-radius: 0.1rem;
  border: 0.025rem solid #ddd;
  background: #fff;
  padding: 0.1rem 0.25rem;
  font-weight: normal;
  font-size: 0.35rem;
}
.dow_show .tags a:hover {
  background: #2384d5;
  color: #fff;
  border-color: #2384d5;
}
/*招聘相关*/
.job_show {
}
.job_show h1 {
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #06c;
}
.job_show h2 {
  text-align: left;
  font-size: 0.5rem;
  font-weight: 400;
  margin: 0.25rem 0;
  padding: 0;
  color: #06c;
}
.job_show .info {
  margin: 0.375rem 0;
  padding: 0rem;
  font-size: 0.35rem;
}
.job_show .info ul {
  overflow: hidden;
}
.job_show .info ul li {
  float: left;
  width: 23.5%;
  border-left: 0.025rem solid #dadada;
  padding-left: 1.5%;
  line-height: 0.75rem;
}
.job_show .info ul li span {
  color: #999;
}
.job_show .intro a {
  color: #06c;
}
.job_show .intro a:hover {
  color: #f30;
}
.job_show .prenext {
  margin-top: 0.75rem;
  text-align: center;
  overflow: hidden;
}
.job_show .prenext p {
  font-weight: bold;
}
.job_show .prenext a {
  display: inline-block;
  margin: 0 0.25rem;
  cursor: pointer;
  background: #fff;
  border-radius: 0.1rem;
  border: 0.025rem solid #ddd;
  padding: 0.15rem 0.5rem;
  min-width: 2.5rem;
}
.job_show .prenext a span {
  font-size: 0.45rem;
  margin-right: 0.25rem;
}
.job_show .prenext a em {
  font-style: normal;
  font-size: 0.45rem;
}
.job_show .prenext a:hover {
  background: #2384d5;
  border-color: #2384d5;
  color: #fff;
}
.job_show .prenext a:hover span {
  color: #fff;
}
.job_show .prenext .pre {
  float: left;
}
.job_show .prenext .next {
  float: right;
}
.job_show .tags {
  font-weight: 500;
}
.job_show .tags a {
  margin-left: 0.375rem;
  display: inline-block;
  border-radius: 0.1rem;
  border: 0.025rem solid #ddd;
  background: #fff;
  padding: 0.1rem 0.25rem;
  font-weight: normal;
  font-size: 0.35rem;
}
.job_show .tags a:hover {
  background: #2384d5;
  color: #fff;
  border-color: #2384d5;
}
.job_show .action {
  text-align: center;
}
.job_show .action a {
  display: inline-block;
  margin: 0 0.25rem;
  cursor: pointer;
  background: #fff;
  border-radius: 0.1rem;
  border: 0.025rem solid #2384d5;
  padding: 0.15rem 0.5rem;
  min-width: 2.5rem;
  background: #2384d5;
  color: #fff;
}
.job_show .action a:hover {
  color: #fff;
  border-color: #f60;
  background: #f60;
}
/*招聘弹出框*/
.job-popup {
  width: 14.5rem;
  padding: 0.5rem;
  font: 0.35rem 'microsoft yahei', arial, sans-serif;
  color: #555;
  overflow: hidden;
  position: relative;
}
.job-popup dl {
  float: left;
  margin: 0.1rem 0;
  position: relative;
  width: 100%;
  min-height: 1rem;
  overflow: hidden;
}
.job-popup dl dt,
.job-popup dl dd {
  float: left;
}
.job-popup dl dt {
  width: 2rem;
  margin-top: 0.2rem;
  text-align: right;
  line-height: 0.9rem;
}
.job-popup dl dd {
  width: 10rem;
  margin-left: 0.25rem;
  line-height: 0.9rem;
}
.job-popup dl dd input {
  padding: 0 0.1rem;
  height: 0.9rem;
  width: 10rem;
  display: inline-block;
  border: 0.025rem solid #d9d9d9;
  border-radius: 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.job-popup dl dd select {
  padding: 0 0.1rem;
  border: 0.025rem solid #d9d9d9;
  height: 0.9rem;
  width: 10rem;
  border-radius: 0.1rem;
}
.job-popup dl dd textarea {
  padding: 0.1rem;
  border: 0.025rem solid #d9d9d9;
  line-height: 0.5rem;
  width: 10rem;
  height: 2.5rem;
  border-radius: 0.1rem;
}
::-webkit-input-placeholder {
  color: #bbb;
}
.job-popup dl dd input:focus {
  border: 0.025rem solid #97cdf5;
  outline: 0;
  -webkit-box-shadow: 0 0 0.05rem rgba(191, 189, 189, 1);
  box-shadow: 0 0 0.05rem rgba(191, 189, 189, 1);
}
.job-popup dl dd .bt {
  border: 0;
  padding: 0.2rem 0.5rem;
  background-color: #0e90d2;
  border-radius: 0.1rem;
  color: #fff;
}
.job-popup dl dd .bt:focus {
  border: 0.025rem solid #97cdf5;
  outline: 0;
  -webkit-box-shadow: 0 0 0.05rem rgba(191, 189, 189, 1);
  box-shadow: 0 0 0.05rem rgba(191, 189, 189, 1);
}
.job-popup .tit {
  line-height: 1rem;
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  height: 1rem;
}

#bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#show {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -8.75rem;
  margin-left: -7rem;
  width: 14rem;
  height: auto;
  background: #fff;
  z-index: 1002;
  overflow: hidden;
}
#show #btnclose {
  cursor: pointer;
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.5rem;
  position: absolute;
  right: 0.875rem;
  top: 0.25rem;
  font-size: 0.6rem;
  border: 0rem;
  background: #fff;
}

/*商品相关*/
.pro_show {
  box-shadow: 0.025rem 0.05rem 0.25rem rgba(0, 0, 0, 0.1);
  border: 0.025rem solid #f3f3f3;
}
.pro_show .left {
  float: left;
  width: 16.25rem;
  text-align: center;
  border-right: 0.025rem solid #f3f3f3;
  padding: 1rem;
}
.pro_show .left .zoom {
  text-align: center;
}
.pro_show .left .zoom img {
  width: auto;
  max-width: 12.5rem;
}
.pro_show .left .thumb_pic {
  margin: 1rem 0 0 0;
  text-align: center;
}
.pro_show .left .thumb_pic ul {
  margin: 0 auto;
}
.pro_show .left .thumb_pic ul li {
  display: inline-block;
  margin-right: 0.125rem;
  border: 0.025rem solid #eaeaea;
  padding: 0.075rem;
  cursor: pointer;
  position: relative;
}
.pro_show .left .thumb_pic ul li.hover {
  border: 0.025rem solid #f90;
  background: #fff;
}
.pro_show .left .thumb_pic ul li.hover:after {
  content: ' ';
  position: absolute;
  right: 0.675rem;
  top: -0.15rem;
  width: 0.275rem;
  height: 0.275rem;
  border: #f90 solid 0.025rem;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f90;
  z-index: -1;
}

.pro_show .right {
  margin-left: 16.25rem;
  padding: 1rem;
}
.pro_show .right h1 {
  font-size: 0.6rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
}
.pro_show .right h5 {
  font-size: 0.35rem;
  margin: 0.25rem 0;
  padding: 0;
  color: #999;
  font-weight: normal;
}
.pro_show .right .intro {
  font-size: 0.35rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
}
.pro_show .right .attribute {
}
.pro_show .right .attribute li {
  font-size: 0.35rem;
  line-height: 0.75rem;
}
.pro_show .right .attribute li em {
  display: inline-block;
  width: 2rem;
  font-style: normal;
  color: #555;
  font-size: 0.35rem;
}
.pro_show .right .price {
  font-size: 0.35rem;
  line-height: 0.75rem;
  margin: 0.5rem 0;
}
.pro_show .right .price span {
  font-size: 0.9rem;
  color: #f60;
}
.pro_show .right .price em {
  font-size: 0.3rem;
  color: #999;
  font-style: normal;
  padding-left: 0.125rem;
}
.pro_show .right .tags {
  margin: 0.5rem 0;
}
.pro_show .right .tags a {
  margin-left: 0.25rem;
  display: inline-block;
  border-radius: 0.1rem;
  border: 0.025rem solid #dadada;
  background: #fff;
  padding: 0.05rem 0.15rem;
  font-weight: normal;
  font-size: 0.35rem;
}
.pro_show .right .tags a:hover {
  background: #2384d5;
  color: #fff;
  border-color: #2384d5;
}
.pro_show .right .action {
  margin: 0.75rem 0 1.25rem 0;
}
.pro_intro {
  margin: 0.5rem 0;
}
.pro_intro .left {
  width: 21.736%;
  margin-right: 0.5rem;
  float: left;
  border: 0.025rem solid #f3f3f3;
  box-shadow: 0.025rem 0.05rem 0.25rem rgba(0, 0, 0, 0.1);
}
.pro_intro .plist {
  margin: 0.375rem;
  width: 7.5rem;
}
.pro_intro .plist ul {
  width: 7.6rem;
}
.pro_intro .plist ul li {
  float: left;
  width: 3.425rem;
  margin: 0 0.375rem 0.375rem 0;
}
.pro_intro .plist ul li a {
  border: 0.025rem solid #ededed;
  padding: 0.1rem;
  display: block;
  background: #fff;
  border-radius: 0.1rem;
}
.pro_intro .plist ul li a div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pro_intro .plist ul li a div img {
  width: 100%;
  height: 100%;
  max-height: 3.175rem;
  min-height: 3.175rem;
  display: block;
  border: 0;
}
.pro_intro .plist ul li a p {
  text-align: center;
  font-size: 0.35rem;
  color: #333;
  margin: 0;
  padding: 0.125rem 0;
}
.pro_intro .plist ul li a:hover p {
  color: #f30;
}

.pro_intro .right {
  float: left;
  width: 75.764%;
  border: 0.025rem solid #f3f3f3;
  box-shadow: 0.025rem 0.05rem 0.25rem rgba(0, 0, 0, 0.1);
}
.pro_intro .tabs {
  width: 100%;
  background: #f7f7f7;
}
.pro_intro .tabs ul {
  width: 100%;
  background: #f7f7f7;
}
.pro_intro .tabs ul li {
  float: left;
}
.pro_intro .tabs ul li a {
  display: block;
  padding: 0.25rem 0.75rem;
  text-align: center;
  font-size: 0.35rem;
  border-right: 0.025rem solid #f3f3f3;
  border-bottom: 0.025rem solid #f3f3f3;
  background: #fff;
  color: #999;
  border-top: 0.05rem solid #fff;
}
.pro_intro .tabs ul li.hover a {
  border-bottom: 0.025rem solid #fff;
  background: #fff;
  font-weight: bold;
  color: #333;
  border-top: 0.05rem solid #2384d5;
}
.pro_intro .intro {
  padding: 0.75rem;
}
.pro_intro .intro p {
  margin: 0;
  padding: 0;
}
.pro_intro .intro img {
  max-width: 19.75rem;
}
.pro_intro .intro a {
  color: #06c;
}
.pro_intro .intro a:hover {
  color: #f30;
}

.pro_intro .intro .extend {
}
.pro_intro .intro .extend li {
  font-size: 0.35rem;
  line-height: 0.75rem;
}
.pro_intro .intro .extend li em {
  display: inline-block;
  width: 3rem;
  font-style: normal;
  color: #555;
  font-size: 0.35rem;
}

.ordershow {
  margin: 0.25rem 0 0 0;
  box-shadow: 0.025rem 0.05rem 0.25rem rgba(0, 0, 0, 0.1);
  border: 0.025rem solid #f3f3f3;
}
.ordershow .tips {
  margin: 0.5rem 1rem 0.75rem 1rem;
  position: relative;
}
.ordershow .tips h3 {
  font-size: 0.6rem;
  font-family: microsoft yahei;
  font-weight: 400;
  margin: 0;
}
.ordershow .tips p {
  font-size: 0.375rem;
  padding-left: 1.7rem;
}
.ordershow .tips div {
  font-size: 0.5rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.ordershow .tips div em {
  color: #f30;
  font-style: normal;
}
.ordershow .tips p em {
  color: #f30;
  font-style: normal;
}
.ordershow h5 {
  font-size: 0.5rem;
  font-family: microsoft yahei;
  font-weight: 400;
  padding-left: 0.75rem;
  background: #fafafa;
  border: 0.025rem solid #f3f3f3;
  border-left: 0;
  border-right: 0;
  height: 1.25rem;
  line-height: 1.25rem;
  margin: 0.25rem 0;
}
.ordershow .info {
  margin: 0;
  list-style: none;
}
.ordershow .info li {
  padding: 0 0 0.25rem 0;
  font-size: 0.35rem;
}
.ordershow .info li span {
  display: inline-block;
  width: 3rem;
  text-align: right;
  padding-right: 0.25rem;
  color: #999;
}
.ordershow .info li em {
  color: #f30;
  font-style: normal;
}
.ordershow .pay {
  margin: 0 0.5rem 0.125rem 0.5rem;
  list-style: none;
  overflow: hidden;
}
.ordershow .pay li {
  float: left;
  width: 19%;
  margin: 0.125rem 1% 1% 0;
  cursor: pointer;
}
.ordershow .pay li div {
  border: 0.025rem solid #efefef;
  text-align: center;
  margin-left: 0.25rem;
  position: relative;
}
.ordershow .pay li div em {
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: url(../img/selected.gif) no-repeat bottom;
}
.ordershow .pay .active div {
  border-color: #90baff;
}
.ordershow .pay .active div em {
  display: block;
}

.ordershow .bottom {
  height: 1.75rem;
  line-height: 1.75rem;
  bottom: 0;
  background: #fafafa;
  border-top: 0.025rem solid #eee;
  text-align: center;
  padding: 0 0.5rem;
}
.ordershow .bottom button {
  margin-left: 0.375rem;
  border: 0;
  background: #0075dc;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.1rem;
}

/*自定义表单*/
.form-add input[type='number'],
.form-add input[type='search'],
.form-add input[type='text'],
.form-add input[type='password'],
.form-add input[type='datetime'],
.form-add input[type='datetime-local'],
.form-add input[type='date'],
.form-add input[type='month'],
.form-add input[type='time'],
.form-add input[type='week'],
.form-add input[type='email'],
.form-add input[type='url'],
.form-add input[type='tel'],
.form-add input[type='color'],
.form-add select,
.form-add textarea,
.am-form-field {
  width: auto;
  display: inline;
  border-color: #ddd;
  border-radius: 0.075rem;
  -webkit-appearance: none;
  box-shadow: 0 0.025rem 0.025rem rgba(0, 0, 0, 0.065) inset;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.form-add .w420 {
  width: 12rem;
}
.form-add .w400 {
  width: 10rem;
}
.form-add input {
  border: 0.025rem solid #ddd;
  width: 1.5rem;
  padding: 0.125rem 0.25rem;
}
.form-add em {
  color: #999;
  font-style: normal;
}

/*表单内容*/
.formshow {
}
.formshow .item {
  font-size: 0.35rem;
  line-height: 0.75rem;
  clear: both;
}
.formshow .item .lefter {
  display: inline-block;
  width: 3rem;
  font-style: normal;
  color: #555;
  font-size: 0.35rem;
  float: left;
}
.formshow .item .righter {
  margin-left: 3rem;
  line-height: 0.75rem;
}
.formshow .item .righter .pic {
  max-width: 10rem;
  margin: 0.25rem 0;
}
.formshow .item .righter video {
  width: 11.25rem;
  height: 7.5rem;
}

.imagelist {
  overflow: hidden;
}
.imagelist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.imagelist ul li {
  float: left;
  width: 19%;
  margin-right: 1%;
  border: 0.025rem solid #ddd;
  padding: 0.125rem;
  border-radius: 0.1rem;
  margin-top: 0.375rem;
  cursor: pointer;
  position: relative;
}
.imagelist ul li .preview {
  height: 3.5rem;
  background: #fafafa;
  overflow: hidden;
  text-align: center;
}
.imagelist ul li .preview img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 3.5rem;
}
.imagelist ul li .preview:after {
  content: ' ';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.imagelist ul li .intro textarea {
  width: 100%;
  margin: 0.125rem 0;
  padding: 0.2rem 0.25rem;
  font-size: 0.35rem;
  height: 1.25rem;
  color: #999;
}
.imagelist ul li .action {
  text-align: center;
  overflow: hidden;
}
.imagelist ul li .action a {
  text-align: center;
  color: #999;
  outline: none;
  width: 33.3333%;
  float: left;
}
.imagelist ul li .action a:hover {
  color: #f30;
}
.imagelist ul .hover {
  border: 0.025rem solid #6b0;
}
.imagelist ul .hover:after {
  width: 0;
  height: 0;
  border-top: 1rem solid #66bb00;
  border-left: 1rem solid transparent;
  position: absolute;
  display: block;
  right: 0;
  content: '';
  top: 0;
  z-index: 1001;
}
.imagelist ul .hover:before {
  font: normal normal normal 0.35rem/1 FontAwesome;
  content: 'f00c';
  display: block;
  position: absolute;
  top: 0.125rem;
  right: 0.1rem;
  z-index: 1002;
  color: #fff;
}

/*分页相关*/
.pagelist ul {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 0.4rem;
}
.pagelist li {
  display: inline-block;
  margin: 0 0.05rem;
}
.pagelist li a {
  color: #666;
  font-size: 0.4rem;
  display: inline-block;
  border: 0.025rem solid #ddd;
  padding: 0.15rem 0.375rem;
}
.pagelist li a:hover {
  border-color: #1184da;
  background: #1184da;
  color: #fff;
}
.pagelist li.active a {
  border-color: #1184da;
  background: #1184da;
  color: #fff;
}

/*网站地图*/
.map_one {
  border-bottom: 0.025rem solid #eee;
  line-height: 1rem;
}
.map_one a {
  font-size: 0.5rem;
}
.map_two {
  margin: 0.375rem 0;
}
.map_two a {
  display: inline-block;
  margin-right: 0.375rem;
}

/*右侧浮动相关*/
.plug_service {
  position: fixed;
  right: 1%;
  bottom: 5%;
  z-index: 999;
}
.plug_service li {
  margin-bottom: -0.025rem;
  position: relative;
}
.plug_service li a {
  display: block;
  text-align: center;
  background: #fff;
  border: 0.025rem solid #ececec;
  padding: 0.05rem 0.2rem 0.15rem 0.2rem;
  font-size: 0.3rem;
  font-family: microsoft yahei;
  color: #505050;
  outline: none;
}
.plug_service li a span {
  display: block;
  font-size: 0.6rem;
  color: #888;
}
.plug_service li a:hover {
  background: #2384d5;
  color: #fff;
  border-color: #2384d5;
}
.plug_service li a:hover span {
  color: #fff;
}
.plug_service .hover a {
  display: block;
  text-align: center;
  background: #2384d5;
  border: 0.025rem solid #2384d5;
  padding: 0.05rem 0.2rem 0.15rem 0.2rem;
  font-size: 0.3rem;
  font-family: microsoft yahei;
  color: #fff;
  outline: none;
}
.plug_service .hover a span {
  color: #fff;
}
.plug_service .hotline {
  position: absolute;
  display: none;
  background: #fff;
  padding: 0.25rem 0.375rem 0 0.375rem;
  left: -5rem;
  bottom: 0rem;
  width: 5.25rem;
  border: 0.025rem solid #ddd;
  width: 4.5rem;
  height: 1.7rem;
  font-size: 0.3rem;
  color: #999;
  line-height: 0.6rem;
  border-radius: 0.1rem;
}
.plug_service .hotline b {
  display: block;
  font-size: 0.4rem;
  color: #333;
}
.plug_service .hotline:after {
  content: ' ';
  position: absolute;
  right: -0.25rem;
  top: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  border: #ddd solid 0.025rem;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.plug_service .weixin_pic {
  position: absolute;
  display: none;
  background: #fff;
  padding: 0.125rem;
  left: -5.75rem;
  bottom: -1.75rem;
  width: 5.25rem;
  border: 0.025rem solid #ddd;
  border-radius: 0.1rem;
}
.plug_service .weixin_pic p {
  text-align: center;
  margin: 0 0 0.25rem 0;
  padding: 0;
}
.plug_service .weixin_pic p span {
  color: #f30;
}
.plug_service .weixin_pic:after {
  content: ' ';
  position: absolute;
  right: -0.25rem;
  top: 3.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border: #ddd solid 0.025rem;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.plug_service li:hover div {
  display: block;
}
.plug_service li:last-child {
  margin-top: 0.125rem;
}

/*无缝滚动*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}

/*焦点图*/

/*本站通用*/
.clearborderright {
  border-right: none !important;
}
.none {
  display: none;
}
.margintop20 {
  margin-top: 0.5rem;
}
.color1 {
  color: White;
}
.color2 {
  color: #333333;
}
img:hover {
  transform: scale(1.02);
}
/*图片特效*/
.piccontext {
  width: 100%;
  border: 0.025rem solid #e4e4e4;
  margin: 0.3rem auto 0rem;
  background: white;
  overflow: hidden;
}
.piccontext h2 {
  width: 100%;
  height: 1.15rem;
  line-height: 1.15rem;
  overflow: hidden;
  font-size: 0.5rem;
  color: #2c2c2c;
  margin-top: 0.45rem;
  margin-left: 0.625rem;
  font-weight: normal;
}
.source {
  width: 90%;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  margin: 0 auto;
}
.source_left {
  float: left;
  height: 0.5rem;
  font-family: 'helvetica_neue_lt_pro35_thin', Helvetica, Verdana;
  font-size: 0.35rem;
  color: #ababab;
}
.source_left a {
  color: #666666;
}
.source_left a:hover {
  color: #ff5d11;
  text-decoration: underline;
}
.source_left span {
  color: #ababab;
  padding-left: 0.375rem;
  font-family: Arial, Helvetica, sans-serif;
}
.source_right {
  float: right;
  height: 0.5rem;
  color: #666666;
}
.source_right a {
  color: #666666;
}
.source_right span {
  padding: 0rem 0.25rem;
}
.source_right1 {
  float: right;
  height: 0.5rem;
  color: #666666;
  display: none;
}
.support {
  float: left;
  height: 0.5rem;
  overflow: hidden;
  font-family: 'helvetica_neue_lt_pro35_thin', Helvetica, Verdana;
  font-size: 0.35rem;
}
.support img {
  padding: 0rem 0.125rem;
}
.spell {
  background: url('../img/spel.jpg') 0rem -0.025rem no-repeat;
  padding-left: 0.575rem;
}
a.spell:hover {
  background: url('../img/spel_1.jpg') 0.025rem -0.025rem no-repeat;
}
.list {
  background: url('../img/list.jpg') 0.025rem 0.025rem no-repeat;
  padding-left: 0.575rem;
  font-family: 'helvetica_neue_lt_pro35_thin', Helvetica, Verdana;
  font-size: 0.35rem;
}
a.list:hover {
  background: url('../img/list_1.jpg') 0rem 0rem no-repeat;
}
/*大图展示*/
.picshow {
  width: 100%;
  margin-top: 0.5rem;
  margin-left: 0.625rem;
  overflow: hidden;
}
.picshowtop {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#pic1 {
  max-width: 23.75rem;
}
#preArrow {
  left: 0rem;
}
#nextArrow {
  right: 0rem;
}
.contextDiv {
  cursor: pointer;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0rem;
  z-index: 5;
  background: url('blank') repeat;
}
.contextDiv span {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  width: 1.15rem;
  height: 2rem;
}
#preArrow_A {
  left: 0rem;
  background: url('../img/left.png') 0rem 0rem no-repeat;
  display: none;
}
#nextArrow_A {
  right: 0rem;
  background: url('../img/right.png') 0rem 0rem no-repeat;
  display: none;
}
.picshowtxt {
  width: 23.75rem;
  min-height: 1rem;
  _height: 1rem;
  margin-top: 0.5rem;
}
.picshowtxt_left {
  float: left;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 0.75rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.picshowtxt_left span {
  color: #e55656;
  font-size: 0.75rem;
}
.picshowtxt_left i {
  color: #666666;
  font-size: 0.5rem;
}
.picshowtxt_right {
  float: left;
  display: inline;
  line-height: 0.575rem;
  color: #666666;
  width: 22rem;
  font: 0.375rem/0.8rem 'Microsoft Yahei', '微软雅黑', 'SimSun', '宋体', 'Arial Narrow', serif;
}
.picshowlist {
  width: 23.75rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.picshowlist_left {
  float: left;
  width: 3rem;
  overflow: hidden;
  overflow: hidden;
}
.picleftimg {
  width: 3rem;
  height: 2rem;
  background: url('../img/photo.jpg') no-repeat;
  padding-top: 0.225rem;
  padding-left: 0.125rem;
  overflow: hidden;
}
.picleftimg img {
  width: 2.65rem;
  height: 1.65rem;
}
.piclefttxt {
  width: 3rem;
  line-height: 0.5rem;
  font-family: '宋体';
}
.piclefttxt a {
  color: #444444;
  display: block;
  width: 2.65rem;
  text-align: center;
  font: 0.3rem 'Microsoft Yahei', '微软雅黑', 'SimSun', '宋体', 'Arial Narrow', serif;
}
.piclefttxt a:hover {
  color: #ff5d11;
  text-decoration: underline;
}
.picshowlist_mid {
  float: left;
  width: 17rem;
  margin-left: 0.375rem;
  display: inline;
  overflow: hidden;
  height: 1.9rem;
}
.picmidleft {
  float: left;
  width: 0.6rem;
  height: 1.9rem;
  overflow: hidden;
}
.picmidleft a {
  display: block;
  width: 0.6rem;
  height: 1.9rem;
}
.picmidmid {
  float: left;
  width: 15.75rem;
  overflow: hidden;
  height: 1.9rem;
  padding-left: 0.05rem;
}
.picmidmid ul {
  width: 15.75rem;
  overflow: hidden;
  position: relative;
  height: 1.9rem;
}
.picmidmid ul li {
  float: left;
  margin-left: 0.2rem;
  display: inline;
  width: 2.9rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 1.9rem;
}
.picmidmid ul li img {
  max-width: 2.65rem;
  height: 1.9rem;
}
.selectpic {
  border: 0.125rem solid #cacaca;
  height: 100% !important;
}
.picmidright {
  float: left;
  width: 0.6rem;
  height: 1.9rem;
  overflow: hidden;
}
.picmidright a {
  display: block;
  width: 0.6rem;
  height: 1.9rem;
}
.picshowlist_right {
  float: left;
  width: 3rem;
  float: right;
  overflow: hidden;
}
/*列表展示*/
.piclistshow {
  width: 24.95rem;
  overflow: hidden;
  border-top: 0.025rem solid #e4e4e4;
  margin-top: 0.25rem;
  display: none;
}
.piclistshow ul li {
  width: 6.2rem;
  height: 6.85rem;
  float: left;
  border-bottom: 0.025rem solid #e4e4e4;
  overflow: hidden;
  border-right: 0.025rem solid #e4e4e4;
  cursor: pointer;
  padding-top: 1rem;
}
.piclistshow .picimg {
  width: 5.7rem;
  height: 4rem;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0rem 0.25rem;
}
.picimg img {
  max-width: 5.7rem;
  max-height: 4rem;
}
.pictxt {
  padding: 0.375rem 0.5rem 0;
  line-height: 0.625rem;
  text-align: center;
  height: 2rem;
  overflow: hidden;
}
.pictxt h3 {
  font-size: 0.35rem;
  font-weight: normal;
}
.gaoqing {
  background: url('../img/gaoqing.jpg') 0.025rem 0.025rem no-repeat;
  padding-left: 0.65rem;
}
a.gaoqing:hover {
  background: url('../img/gaoqing_1.jpg') 0.025rem 0.025rem no-repeat;
  color: #ff702d;
  text-decoration: underline;
}
/*弹出层*/
.bodymodal {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 1100;
  position: fixed;
  top: 0rem;
  left: 0rem;
  display: none;
}
.firsttop_left {
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 0.75rem;
  overflow: hidden;
  float: left;
}
.firsttop_right {
  float: left;
  width: 6.75rem;
  overflow: hidden;
}
.close2 {
  height: 0.425rem;
}
.close2 a {
  background: url('../img/close.jpg') 0rem 0rem no-repeat;
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  float: right;
}
.replay {
  height: 0.6rem;
  margin-top: 0.5rem;
  overflow: hidden;
}
.replay h2 {
  float: left;
  font-size: 0.4rem;
}
.replay p {
  float: left;
  margin-left: 0.375rem;
  display: inline;
  line-height: 0.6rem;
  padding-right: 0.625rem;
  background: url('../img/replay.png') right no-repeat;
}
.replay p a {
  color: white;
  font-size: 0.35rem;
}
.replay p a:hover {
  color: #ff702d;
  text-decoration: underline;
}
.pictwo {
  width: 6.75rem;
  height: 2.2rem;
  overflow: hidden;
  margin-top: 0.5rem;
}
.pictwo ul li {
  width: 3rem;
  height: 2.2rem;
  float: left;
  margin-right: 0.375rem;
  position: relative;
  overflow: hidden;
}
.pictwo ul li img {
  width: 3rem;
  height: 2.2rem;
}
.imgdivtext {
  position: absolute;
  bottom: 0rem;
  height: 0.625rem;
  width: 3rem;
  background: rgba(0, 0, 0, 0.6);
  line-height: 0.625rem;
  text-align: center;
  left: 0rem;
  z-index: 4;
  *background: #000;
  *filter: alpha(opacity=50);
}
.imgdivtext a {
  color: White;
  font-size: 0.35rem;
  font-weight: bold;
}
.imgdivtext a:hover {
  color: #ff702d;
  text-decoration: underline;
}
.returnbtn {
  margin-top: 0.875rem;
  margin-left: 1.875rem;
}
.returnbtn a {
  width: 2.875rem;
  height: 0.8rem;
  border: 0.025rem solid #ccc;
  padding: 0.125rem 0.375rem;
  line-height: 0.55rem;
  text-align: center;
  color: White;
  font-size: 0.4rem;
  display: block;
}
.returnbtn a:hover {
  color: #ff702d;
  text-decoration: underline;
  border: 0.025rem solid #8d5a00;
}
.firsttop {
  width: 7.5rem;
  padding: 0.5rem;
  background: #1c1c1c;
  position: fixed;
  top: 4.25rem;
  left: 0rem;
  z-index: 1200;
  color: White;
  display: none;
}
.endtop {
  width: 7.5rem;
  padding: 0.5rem;
  background: #1c1c1c;
  position: fixed;
  top: 4.25rem;
  left: 0rem;
  z-index: 1200;
  color: White;
  display: none;
}

/*人才招聘*/
.am-table thead,
.am-table td {
  font-size: 0.35rem;
}

/*字体渲染*/
.fa-phone:before {
  content: '\f095';
}
.fa-angle-right:before {
  content: '\f105';
}
.am-breadcrumb {
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}
.nyabout_left {
  width: 45%;
  float: left;
}
.nyabout_right {
  width: 52%;
  float: right;
}
.nyabout_right .entitle {
  font-size: 1rem;
  text-transform: uppercase;
  color: #999;
}
.nyabout_right .chtitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.nyabout_right .intro {
  font-size: 0.4rem;
  line-height: 0.875rem;
}

.about-2 li,
.about-2 li h2:after,
.about-2 li .content,
.about-3 .list2 .line {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.about-2 li h2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.about-2 li h2 {
  align-items: center;
  -webkit-align-items: center;
}
.about-2 li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.about-2 li {
  justify-content: center;
  -webkit-justify-content: center;
}

.about-2 li h2 {
  align-items: center;
  -webkit-align-items: center;
}

.about-2 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.about-2 {
  background: url('../images/about-cul-bg.jpg') center no-repeat;
  background-size: cover;
  height: 14.6rem;
  color: #fff;
}
.about-2 ul {
  border-right: rgba(255, 255, 255, 0.5) solid 0.025rem;
}
.about-2 li {
  width: 25%;
  height: 14.6rem;
  border-left: rgba(255, 255, 255, 0.5) solid 0.025rem;
  padding: 0 1.125rem;
}
.about-2 li h2 {
  font-size: 0.8rem;
  line-height: 2;
  position: relative;
}
.about-2 li h2:before {
  content: '';
  display: block;
  position: absolute;
  left: -1.1rem;
  margin-left: -0.125rem;
  top: 50%;
  width: 0.1875rem;
  height: 1.625rem;
  margin-top: -0.8125rem;
  background: #046cc4;
  opacity: 0;
}
.about-2 li h2:after {
  content: '';
  display: block;
  position: absolute;
  position: relative;
  width: 2.5rem;
  height: 1.5625rem;
  background: url('../img/img25.png') center no-repeat;
  background-size: 1.5625rem;
  opacity: 0;
  display: none;
}
.about-2 li .content {
  line-height: 1.8em;
  height: 8em;
  overflow: hidden;
  margin-right: -0.625rem;
  font-size: 0.6rem;
}
.about-2 li:hover h2:before {
  opacity: 1;
}
.about-2 li:hover .content {
  height: 10.8em;
}
.img-box {
  border: 0.025rem #000 solid;
  padding: 0.25rem;
}
.neiye_pro {
  display: flex;
  justify-content: space-between;
}
.neiye_nav {
  width: 21.736%;
  background-color: #f6f6f6;
  padding: 0.5rem 0.5rem 0 0.5rem;
  margin-bottom: 0;
}
.neiye_nav .tit {
  font-size: 0.6rem;
  border-bottom: rgba(0, 0, 0, 0.1) solid 0.025rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.neiye_nav #subnavs > li {
  padding: 0.25rem 0;
}
.neiye_nav #subnavs > li > a {
  font-size: 0.45rem;
  font-weight: bold;
  position: relative;
  padding-left: 0.7rem;
}

.neiye_nav #subnavs > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 0.45rem;
  height: 0.45rem;
  border: #d8d8d8 solid 0.025rem;
}
.neiye_nav #subnavs > li.hover > a::after {
  background: url(../images/cat-li-hover.png) left center no-repeat;
  background-size: 100% 100%;
  border: none;
}
.neiye_nav #subnavs > li > dl {
  margin: 0;
  padding: 0;
  padding-left: 0.75rem;
}
.neiye_nav #subnavs > li > dl > dt > a {
  font-size: 0.4rem;
  font-weight: normal;
}
.main_pro {
  width: 75.764%;
}
.main_pro ul li {
  width: 32.33333%;
  margin: 0 1% 1% 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.main_pro ul li a {
  border: 0.025rem solid #ededed;
  display: block;
  background: #fff;
}
.main_pro ul li a div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 6.975rem;
  text-align: center;
}
.main_pro ul li a div img {
  width: 100%;
  border: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.main_pro ul li:hover {
  box-shadow: 0rem 0.025rem 0.25rem rgba(0, 0, 0, 0.1);
}
.main_pro ul li a:hover div img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.main_pro ul li a p {
  background: #046cc4;
  text-align: center;
  font-size: 0.45rem;
  color: #fff;
  margin: 0;
  line-height: 1.575rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(2rem);
  transition: all 0.3s;
}
.main_pro ul li a:hover p {
  transform: translateY(0);
}
.main_pro ul li a .price {
  min-height: 1rem;
  color: #f60;
  font-family: Lucida Grande, Arial, 微软雅黑, 宋体;
  font-weight: 400;
  padding: 0 0.25rem 0.25rem 0.25rem;
}
.main_pro ul li a .price span {
  float: right;
  font-weight: normal;
  color: #999;
}
.main_pro_title {
  font-size: 0.6rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
  padding-bottom: 0.375rem;
  border-bottom: 0.025rem #f7f7f7 solid;
}
.main_pro_intro {
  font-size: 0.45rem;
  line-height: 0.875rem;
  margin-bottom: 0.375rem;
}
.news_show {
  font-size: 0.4rem;
}
.am-form {
  font-size: 0.4rem;
}
.am-form input[type='text'],
.am-form select {
  padding: 0.2rem 0;
  width: 50%;
  font-size: 0.4rem;
}

.am-btn.am-radius {
  font-size: 0.45rem;
}
.am-form-group {
  margin-bottom: 0.5rem;
}
.jianjie,
.jianjie * {
  font-size: 0.45rem;
  line-height: 0.75rem;
}
.comment-form {
  margin-top: 0.75rem;
}

.lxwm-block .cmfm-main {
  float: left;
  height: 10.5rem;
  margin-top: 0;
  width: 75.764%;
  padding: 0.875rem 1.2rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
}

.lxwm-block .wsc-form .fm-row {
  margin-top: 0.375rem;
  overflow: hidden;
}

.lxwm-block .wsc-form label {
  float: left;
  width: 3rem;
  text-align: right;
  line-height: 1.15rem;
  color: #62748e;
  font-size: 0.35rem;
}

.lxwm-block .wsc-form .fm-item {
  width: 15.45rem;
  margin-top: 0;
  float: left;
  margin-left: 0.375rem;
  position: relative;
  margin-bottom: 0.375rem;
}

.lxwm-block .wsc-form .fm-item input {
  float: left;
  height: 1.15rem;
  width: 10rem;
  padding: 0.25rem 0.375rem;
  border: 0;
}

.lxwm-block input,
.lxwm-block textarea {
  background: #fff;
  border-color: #fff;
}

.wsc-form input,
.wsc-form .sel-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #555555;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}

.lxwm-block textarea {
  width: 90%;
  height: 2.3rem;
  resize: none;
  display: inline-block;
}

.fm-btn {
  margin-top: 0;
}

.lxwm-block .btn-submit {
  background: #0e74b7;
  margin-left: 3.4rem;
  border: none;
  margin-top: 0;
  font-size: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.fm-btn .btn {
  width: 4rem;
  color: #fff;
}

.lxwm-block .lxwm-side {
  width: 21.736%;
  float: left;
  margin-left: 0.5rem;
  height: 10.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f7f9 url(../images/lxwm-side.png) no-repeat center bottom;
}

.lxwm-side .li-item:first-child {
  border-bottom: 0.025rem solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.625rem;
}

.lxwm-side .tit {
  font-size: 0.35rem;
  display: inline-block;
  line-height: 0.5rem;
  color: #a4a7af;
}

.lxwm-side .tel {
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.2rem;
  color: #2791e5;
  margin: 0;
  padding: 0;
}
.lxwm-side .tel p {
  margin: 0;
  padding: 0;
}

.lxwm-side .text {
  font-size: 0.35rem;
  margin-top: 0.15rem;
  line-height: 0.6rem;
  width: 5.6rem;
  color: #263450;
}

.map-cont .marker-route {
  background: url(../images/map-marker.png) no-repeat center center;
  background-size: cover;
  width: 0.525rem;
  height: 0.675rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contactny {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0.5rem;
}
.contactny div {
  padding: 1rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  flex: 0 0 23%;
}
.contactny h4 {
  font-size: 0.6rem;
  margin-top: 0.375rem;
}
.ny-news-list {
  overflow: hidden;
}
.ny-news-list ul li {
  padding: 0.25rem;
  background: #fff;
  margin-bottom: 0.75rem;
  width: 100%;
}
.ny-news-list ul li:nth-of-type(2n) {
  background: #fafafa;
}
.ny-news-list ul li .c {
  display: flex;
  align-items: center;
}
.ny-news-list ul li .pic {
  flex: 0 0 8rem;
  width: 8rem;
  height: 4.25rem;
  margin-right: 0.6rem;
  overflow: hidden;
}
.ny-news-list ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ny-news-list ul li .times {
  font-size: 0.45rem;
  color: #999;
  margin: 0 1.5rem;
  flex: 0 0 4rem;
}
.ny-news-list ul li .times span {
  font-size: 0.8rem;
  color: #333;
  font-weight: bold;
}
.ny-news-list ul li .info {
  width: auto;
  font-size: 0.4rem;
  line-height: 0.75rem;
}
.ny-news-list ul li .info h3 {
  font-size: 0.6rem;
  color: #333;
  overflow: hidden;
  background: url(../images/news-title.png) no-repeat center left -0.5rem;
}
.ny-news-list ul li .info span {
  display: block;
  font-family: arial;
  color: #666;
  padding-left: 0.5rem;
  background: url(../images/date.png) no-repeat center left;
  line-height: 0.3rem;
  margin: 0.4rem 0;
}
.ny-news-list ul li .info p {
  color: #808080;
  overflow: hidden;
  text-align: justify;
}
.ny-news-list ul li:hover .info h3 {
  padding-left: 0.5rem;
  background: url(../images/news-title.png) no-repeat center left;
  color: #095ba3;
  transition: all 0.5s;
}

.title-more .home_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-more .home_title a.more {
  display: block;
  width: 4.25rem;
  line-height: 1.5rem;
  background: transparent;
  border: 0.025rem #000 solid;
  color: #000;
  font-size: 0.45rem;
  text-align: center;
}
.title-more .home_title a.more:hover {
  background: #046cc4;
  border-color: #046cc4;
  color: #fff;
}
.service-list .adv-box {
  display: flex;
  justify-content: space-between;
}
.service-list .adv-box .adv-box__left,
.service-list .adv-box .adv-box__right {
  flex: 0 0 50%;
  display: block;
}
.service-list .adv-box .adv-box__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2rem;
  overflow: hidden;
}
.service-list .adv-box .adv-box__left > span {
  font-size: 1rem;
  color: #0072c6;
  display: block;
  margin-bottom: 0.5rem;
}
.service-list .adv-box .adv-box__left > h2 {
  font-size: 0.5rem;
}
.service-list .adv-box .adv-box__right img {
  width: 100%;
}
.service-list .adv-box:nth-child(2n) .adv-box__left {
  float: right;
  order: 2;
  padding-left: 2rem;
  padding-right: 0;
}
